'Declaration
<__DynamicallyInvokableAttribute()> Public Function Exists( _ ByVal match As System.Predicate(Of T) _ ) As System.Boolean
'Usage
Dim instance As NGenericList(Of T) Dim match As System.Predicate(Of T) Dim value As System.Boolean value = instance.Exists(match)
[__DynamicallyInvokable()] public System.bool Exists( System.Predicate<T> match )
Parameters
- match